Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][REL] l10n_do_accounting: v16 release #1007

Merged
merged 52 commits into from
Aug 8, 2023
Merged

[16.0][REL] l10n_do_accounting: v16 release #1007

merged 52 commits into from
Aug 8, 2023

Conversation

jose-pcg
Copy link
Member

No description provided.

@jose-pcg jose-pcg self-assigned this Oct 13, 2022
@jose-pcg jose-pcg marked this pull request as draft October 13, 2022 18:36
@jose-pcg jose-pcg added the test all Run all test including dependencies label Oct 13, 2022
Copy link

@crbll0 crbll0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probado el flujo de facturación, todo correcto.

@jose-pcg jose-pcg added test all Run all test including dependencies and removed test all Run all test including dependencies labels Mar 2, 2023
@jose-pcg jose-pcg added test all Run all test including dependencies and removed test all Run all test including dependencies labels Mar 6, 2023
@jose-pcg jose-pcg added test all Run all test including dependencies and removed test all Run all test including dependencies labels Mar 6, 2023
jose-pcg and others added 22 commits May 24, 2023 19:46
* [FIX] actions: remove uneeded dependencies

* [REF] README: update

* [REF] l10n_do_accounting: remove code

* [FIX] l10n_do_accounting: missing _get_last_sequence() param

* [FIX] l10n_do_accounting: added test tags

* [REM] remove deprecated module l10n_do_purchase

* [FIX] l10n_do_accounting: prevent KeyError calling l10n_do_dgii_tax_payer_type from account.journal (#966)

* [REF] workflows: update (#970)

* [IMP] l10n_do_accounting: l10n_do amounts function (#971)

* [IMP] l10n_do_accounting: implemented company_id field to journal Journal Document Type model (#975)

* [REM] requirements.txt

* [14.0][REF] workflows: actions update (#982) (#983)

* [REF] workflows: actions update (#982)

* [FIX] l10n_do_accounting: prevent KeyError if not active_model

* [REF] actions: artifact to build & push to GCR

Co-authored-by: Andres Rodriguez <[email protected]>

* [REF] workflows: actions update

* [IMP] l10n_do_accounting: improve journal document types security (#984)

* [REF] l10n_do_accounting: unitest ref (#985)

* [REF] l10n_do_accounting: unitest ref (#986)

* [13.0][IMP] README: added repo readme (#977)

* [WIP] README: new readme

* [WIP] README: update

* [REF] README: update

* [REF] README: update

* [14.0][IMP] l10n_do_accounting: readme update (#990)

* [13.0][IMP] l10n_do_accounting: new readme (#978)

* [WIP] l10n_do_accounting: new readme

* [REF] l10n_do_accounting: readme typo

* [ADD] l10n_do_accounting: added company setup image

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* Update README.md

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: missing sequence_prefix & sequence_number calc on migration script (#989)

* [REF] workflows: update actions

* [FIX] l10n_do_accounting: prevent dependency chain to be broken on button_cancel() (#1004)

* [FIX] l10n_do_accounting: analytic accounts removed when invoice canceled (#1011)

* [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1016)

* [REF] l10n_do_accounting: eval context key on fiscal sequence fetching (#1017)

* [FIX] l10n_do_accounting: wrong document type behavior (#854) (#1019)

* [FIX] l10n_do_accounting: wrong amount on qr stamp (#1020) (#1021)

* [14.0][REF] l10n_do_accounting: test company address (#1023)

* [REF] l10n_do_accounting: test company address

* [REF] l10n_do_accounting: missing 'testing' context

* [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1024)

* [REF] l10n_do_accounting: change the way to get ECF env for QR stamp

* [IMP] l10n_do_accounting: eval context key to use resequence feature (#1026)

* [IMP] l10n_do_accounting: improve l10n_do amounts calc (#1029)

* [FIX] l10n_do_accounting: get amount total in company currency

* [FIX] l10n_do_accounting: split company and invoice total amounts (#1032)

* [14.0][IMP] l10n_do_accounting: improvement in name_search (#1035)

* [IMP]l10n_do_accounting: improvement in name_search

* black solution

* black solution

* [REM] l10n_do_pos: remove deprecated module

* [14.0] *: fwp 13.0 into 14.0 (#1043)

* [FIX] l10n_do_accounting: prevent MemoryError when loading database with a lot of moves

* [FIX] l10n_do_accounting: 2nd attempt to prevent MemoryError when loading database

Prevent MemoryError when loading database with lots of moves.

* [FIX] l10n_do_accounting: not all records computed

* [FIX] l10n_do_accounting: 4th attempt to prevent MemoryError when loading database

 Prevent MemoryError when loading database with lots of moves.

* [IMP] l10n_do_accounting: improve memory usage when load l10n_latam.document.type.csv

* [FIX] l10n_do_accounting: wrong fields on depends

* [REF] l10n_do_accounting: assert after post()

---------

Co-authored-by: Andres Rodriguez <[email protected]>

* [FIX] l10n_do_accounting: prevent url sign date quoting twice (#1048)

* [IMP] l10n_do_accounting: improve error message (#1050)

* [14.0][FWP] l10n_do_accounting: merge 13.0 into 14.0 (#1054)

* [FWP] l10n_do_accounting: merge 13.0 into 14.0

* [FIX] l10n_do_accounting: electronic stamp test

---------

Co-authored-by: Gustavo Valverde <[email protected]>
Co-authored-by: Andres Rodriguez <[email protected]>
Co-authored-by: Daniel Alexander Pereyra Beltran <[email protected]>
…otal calc (#1063) (#1064)

* [FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1061)

* [REF] l10n_do_accounting: update module version (#1062)
* [FIX] actions: remove uneeded dependencies

* [REF] README: update

* [REF] l10n_do_accounting: remove code

* [FIX] l10n_do_accounting: missing _get_last_sequence() param

* [FIX] l10n_do_accounting: added test tags

* [REM] remove deprecated module l10n_do_purchase

* [FIX] l10n_do_accounting: prevent KeyError calling l10n_do_dgii_tax_payer_type from account.journal (#966)

* [REF] workflows: update (#970)

* [IMP] l10n_do_accounting: l10n_do amounts function (#971)

* [IMP] l10n_do_accounting: implemented company_id field to journal Journal Document Type model (#975)

* [REM] requirements.txt

* [14.0][REF] workflows: actions update (#982) (#983)

* [REF] workflows: actions update (#982)

* [FIX] l10n_do_accounting: prevent KeyError if not active_model

* [REF] actions: artifact to build & push to GCR

Co-authored-by: Andres Rodriguez <[email protected]>

* [REF] workflows: actions update

* [IMP] l10n_do_accounting: improve journal document types security (#984)

* [REF] l10n_do_accounting: unitest ref (#985)

* [REF] l10n_do_accounting: unitest ref (#986)

* [13.0][IMP] README: added repo readme (#977)

* [WIP] README: new readme

* [WIP] README: update

* [REF] README: update

* [REF] README: update

* [14.0][IMP] l10n_do_accounting: readme update (#990)

* [13.0][IMP] l10n_do_accounting: new readme (#978)

* [WIP] l10n_do_accounting: new readme

* [REF] l10n_do_accounting: readme typo

* [ADD] l10n_do_accounting: added company setup image

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* Update README.md

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [WIP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: readme update

* [IMP] l10n_do_accounting: missing sequence_prefix & sequence_number calc on migration script (#989)

* [REF] workflows: update actions

* [FIX] l10n_do_accounting: prevent dependency chain to be broken on button_cancel() (#1004)

* [FIX] l10n_do_accounting: analytic accounts removed when invoice canceled (#1011)

* [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1016)

* [REF] l10n_do_accounting: eval context key on fiscal sequence fetching (#1017)

* [FIX] l10n_do_accounting: wrong document type behavior (#854) (#1019)

* [FIX] l10n_do_accounting: wrong amount on qr stamp (#1020) (#1021)

* [14.0][REF] l10n_do_accounting: test company address (#1023)

* [REF] l10n_do_accounting: test company address

* [REF] l10n_do_accounting: missing 'testing' context

* [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1024)

* [REF] l10n_do_accounting: change the way to get ECF env for QR stamp

* [IMP] l10n_do_accounting: eval context key to use resequence feature (#1026)

* [IMP] l10n_do_accounting: improve l10n_do amounts calc (#1029)

* [FIX] l10n_do_accounting: get amount total in company currency

* [FIX] l10n_do_accounting: split company and invoice total amounts (#1032)

* [14.0][IMP] l10n_do_accounting: improvement in name_search (#1035)

* [IMP]l10n_do_accounting: improvement in name_search

* black solution

* black solution

* [REM] l10n_do_pos: remove deprecated module

* [14.0] *: fwp 13.0 into 14.0 (#1043)

* [FIX] l10n_do_accounting: prevent MemoryError when loading database with a lot of moves

* [FIX] l10n_do_accounting: 2nd attempt to prevent MemoryError when loading database

Prevent MemoryError when loading database with lots of moves.

* [FIX] l10n_do_accounting: not all records computed

* [FIX] l10n_do_accounting: 4th attempt to prevent MemoryError when loading database

 Prevent MemoryError when loading database with lots of moves.

* [IMP] l10n_do_accounting: improve memory usage when load l10n_latam.document.type.csv

* [FIX] l10n_do_accounting: wrong fields on depends

* [REF] l10n_do_accounting: assert after post()

---------

Co-authored-by: Andres Rodriguez <[email protected]>

* [FIX] l10n_do_accounting: prevent url sign date quoting twice (#1048)

* [IMP] l10n_do_accounting: improve error message (#1050)

* [14.0][FWP] l10n_do_accounting: merge 13.0 into 14.0 (#1054)

* [FWP] l10n_do_accounting: merge 13.0 into 14.0

* [FIX] l10n_do_accounting: electronic stamp test

* [REF] l10n_do_accounting: don't use quote_plus (#1056)

* [FIX] l10n_do_accounting: remove extra character form qr stamp url (#1058)

* [14.0][FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1063)

* [FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1061)

* [REF] l10n_do_accounting: update module version (#1062)

* [FIX] l10n_do_accounting: wrong exempt amount in report (#1066)

* [FIX] l10n_do_accounting: consider 1.8 and 1.6 ITBIS tax amounts (#1067) (#1068)

---------

Co-authored-by: Gustavo Valverde <[email protected]>
Co-authored-by: Andres Rodriguez <[email protected]>
Co-authored-by: Daniel Alexander Pereyra Beltran <[email protected]>
@jose-pcg jose-pcg marked this pull request as ready for review August 8, 2023 20:03
@jose-pcg jose-pcg force-pushed the 16.0-mig-001-jl branch 2 times, most recently from a625c00 to 5290d07 Compare August 8, 2023 20:15
@jose-pcg jose-pcg changed the title [16.0][WIP] l10n_do_accounting: v16 migration [16.0][REL] l10n_do_accounting: v16 release Aug 8, 2023
@jose-pcg jose-pcg merged commit 920ea11 into 16.0 Aug 8, 2023
5 of 6 checks passed
@jose-pcg jose-pcg deleted the 16.0-mig-001-jl branch August 8, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test all Run all test including dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants